Don't place html in alt/title attributes, especially with thumbnails
[lhc/web/wiklou.git] / includes / WatchedItem.php
index f0f5623..3885bb9 100644 (file)
@@ -151,7 +151,6 @@ class WatchedItem {
         */
        function doDuplicateEntries( $ot, $nt ) {
                $fname = "WatchedItem::duplicateEntries";
-               global $wgMemc, $wgDBname;
                $oldnamespace = $ot->getNamespace();
                $newnamespace = $nt->getNamespace();
                $oldtitle = $ot->getDBkey();